func github.com/andybalholm/brotli.commandRestoreDistanceCode
4 uses
github.com/andybalholm/brotli (current package)
command.go#L221: func commandRestoreDistanceCode(self *command, dist *distanceParams) uint32 {
encode.go#L725: var distance_code uint32 = commandRestoreDistanceCode(last_command, &s.params.dist)
metablock.go#L98: prefixEncodeCopyDistance(uint(commandRestoreDistanceCode(cmd, orig_params)), uint(new_params.num_direct_distance_codes), uint(new_params.distance_postfix_bits), &cmd.dist_prefix_, &cmd.dist_extra_)
metablock.go#L121: var distance uint32 = commandRestoreDistanceCode(cmd, orig_params)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |